home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / UTILITY / DTS103NC.ARJ / DEMO5.BAT < prev    next >
DOS Batch File  |  1992-02-27  |  362b  |  19 lines

  1. echo off
  2. IF NOT %1.==. GOTO Start
  3. echo  
  4. echo Demo requires you to enter a dummy file name to send data to
  5. goto End
  6. :Start
  7. :...
  8.   echo John White > %1
  9.   echo PO Box 878 >> %1
  10.   echo Pinebluff, NC  28373 >> %1
  11.   echo  >> %1
  12.   echo  >> %1
  13.   dts  /FILE mmmmmmmmm dd, yyyy >> %1
  14.   echo  >> %1
  15.   echo  >> %1
  16. :[your word processor name] %1
  17. :...
  18. :End
  19.